* Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
authorJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 20:32:36 +0000 (20:32 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 20:32:36 +0000 (20:32 +0000)
the source for the sed command, not oldXMenu/Makefile.

Makefile.in

index f27f65f7067ce76a90b8d89183f2ff5d78b73cfa..3edbf80b76443116bf17d82620b0b85c74ac0af4 100644 (file)
@@ -294,7 +294,7 @@ oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile
          echo "# running \`make oldXMenu/Makefile' at the top of the" ; \
          echo "# Emacs build tree instead, or editing" ;               \
          echo "# \`${srcdir}/oldXMenu/Makefile.in' itself." ;          \
-         sed < ${srcdir}/oldXMenu/Makefile                             \
+         sed < ${srcdir}/oldXMenu/Makefile.in                          \
          -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'/oldXMenu|'           \
          -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/oldXMenu|'            \
          -e 's|^CC *=.*$$|CC='"${CC}"'|'                               \